[INFO] cloning repository https://github.com/ink-feather-org/tracing_proc_macro_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ink-feather-org/tracing_proc_macro_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fink-feather-org%2Ftracing_proc_macro_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fink-feather-org%2Ftracing_proc_macro_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 54f489f5e38a3ddb148ed835eaaf137a816dd345
[INFO] fixing ink-feather-org/tracing_proc_macro_rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fink-feather-org%2Ftracing_proc_macro_rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ink-feather-org/tracing_proc_macro_rs
[INFO] finished tweaking git repo https://github.com/ink-feather-org/tracing_proc_macro_rs
[INFO] tweaked toml for git repo https://github.com/ink-feather-org/tracing_proc_macro_rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ink-feather-org/tracing_proc_macro_rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ink-feather-org/tracing_proc_macro_rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-panic v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c
[INFO] running `Command { std: "docker" "start" "5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking tracing-panic v0.1.2
[INFO] [stderr]     Checking tracing-proc-macros-ink v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `tracked_env` in `proc_macro`
[INFO] [stdout]   --> src/lib.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |           .parse_lossy(proc_macro::tracked_env::var("RUST_LOG").unwrap_or_default()),
[INFO] [stdout]    |                                    ^^^^^^^^^^^ could not find `tracked_env` in `proc_macro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-proc-macros-ink` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `tracked_env` in `proc_macro`
[INFO] [stdout]   --> src/lib.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |           .parse_lossy(proc_macro::tracked_env::var("RUST_LOG").unwrap_or_default()),
[INFO] [stdout]    |                                    ^^^^^^^^^^^ could not find `tracked_env` in `proc_macro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tracked_env` in `proc_macro`
[INFO] [stdout]   --> src/lib.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |           .parse_lossy(proc_macro::tracked_env::var("RUST_LOG").unwrap_or_default()),
[INFO] [stdout]    |                                    ^^^^^^^^^^^ could not find `tracked_env` in `proc_macro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-proc-macros-ink` (lib) due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-proc-macros-ink` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c", kill_on_drop: false }`
[INFO] [stdout] 5179b5077ebee3e250ab90c2c5caae9afaa2fc33c842297f2bbfd50e990d8f1c
